object frPreviewSearchForm: TfrPreviewSearchForm Left = 200 Top = 108 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Find text' ClientHeight = 158 ClientWidth = 262 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 8 Width = 53 Height = 13 Caption = 'Text to find' FocusControl = Edit1 end object Edit1: TEdit Left = 4 Top = 24 Width = 253 Height = 21 HelpContext = 98 TabOrder = 0 end object Button1: TButton Left = 102 Top = 128 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 182 Top = 128 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox1: TGroupBox Left = 4 Top = 52 Width = 141 Height = 65 Caption = 'Options' TabOrder = 3 object CB1: TCheckBox Left = 8 Top = 20 Width = 121 Height = 17 HelpContext = 107 Caption = 'Case sensitive' TabOrder = 0 end end object GroupBox2: TGroupBox Left = 152 Top = 52 Width = 105 Height = 65 Caption = 'Find' TabOrder = 4 object RB1: TRadioButton Left = 8 Top = 20 Width = 89 Height = 17 HelpContext = 116 Caption = 'From begin' Checked = True TabOrder = 0 TabStop = True end object RB2: TRadioButton Left = 8 Top = 40 Width = 89 Height = 17 HelpContext = 123 Caption = 'From current' TabOrder = 1 end end end